projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d4b76
)
stylecontext: #include <math.h> when using math functions
author
Benjamin Otte
<otte@redhat.com>
Mon, 27 Jun 2011 00:59:19 +0000
(
02:59
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:10 +0000
(16:08 -0400)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index d63d35bac45232f11be0934a2361d94b6feb4ce2..549fbaf411b42ab0d0cf9e0a83d363065a2e536c 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-20,6
+20,7
@@
#include "config.h"
#include <gdk/gdk.h>
+#include <math.h>
#include <stdlib.h>
#include <gobject/gvaluecollector.h>